Goto

Collaborating Authors

 lower performance




Investigating the Semantic Robustness of CLIP-based Zero-Shot Anomaly Segmentation

Stangl, Kevin, Arvinte, Marius, Xu, Weilin, Cornelius, Cory

arXiv.org Artificial Intelligence

Zero-shot anomaly segmentation using pre-trained foundation models is a promising approach that enables effective algorithms without expensive, domain-specific training or fine-tuning. Ensuring that these methods work across various environmental conditions and are robust to distribution shifts is an open problem. We investigate the performance of WinCLIP [14] zero-shot anomaly segmentation algorithm by perturbing test data using three semantic transformations: bounded angular rotations, bounded saturation shifts, and hue shifts. We empirically measure a lower performance bound by aggregating across per-sample worst-case perturbations and find that average performance drops by up to 20% in area under the ROC curve and 40% in area under the per-region overlap curve. We find that performance is consistently lowered on three CLIP backbones, regardless of model architecture or learning objective, demonstrating a need for careful performance evaluation.


Dealing with Sparse Datasets in Machine Learning

#artificialintelligence

This article was published as a part of the Data Science Blogathon. Missing data in machine learning is a type of data that contains null values, whereas Sparse data is a type of data that does not contain the actual values of features; it is a dataset containing a high amount of zero or null values. It is a different thing than missing data. Sparse datasets with high zero values can cause problems like over-fitting in the machine learning models and several other problems. That is why dealing with sparse data is one of the most hectic processes in machine learning.


Introducing Triton: Open-Source GPU Programming for Neural Networks

#artificialintelligence

We're releasing Triton 1.0, an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code--most of the time on par with what an expert would be able to produce. Triton makes it possible to reach peak hardware performance with relatively little effort; for example, it can be used to write FP16 matrix multiplication kernels that match the performance of cuBLAS--something that many GPU programmers can't do--in under 25 lines of code. Our researchers have already used it to produce kernels that are up to 2x more efficient than equivalent Torch implementations, and we're excited to work with the community to make GPU programming more accessible to everyone. Novel research ideas in the field of Deep Learning are generally implemented using a combination of native framework operators. While convenient, this approach often requires the creation (and/or movement) of many temporary tensors, which can hurt the performance of neural networks at scale.


How Cognitive Bias In AI Impacts Business Outcomes - AI Summary

#artificialintelligence

For instance, specific data that a neural network might not be able to process, such as the reasoning behind the results of an insurance claim -- might not have a straightforward representation in machine learning because of possible interpretations. This issue of overfitting is a typical problem of AI, and a variety of use cases, and data might bring up additional challenges that the human brain can handle and adapt to more easily and creatively. For example, if there are exceptions to the rules in issues of fraud detection in the financial industry, both experts and customers alike would want to know all of the elements that led to the AI's decision and require some transparency regarding the outcome. Few things are more frustrating for business owners than a missed target or a misplaced investment, but cognitive biases can hinder intelligent decisions and cost every year. But if your business faces a sudden uncertainty, a proclivity for deep thinking, over-analyzing, and compensating for lower performance through shortcuts doesn't help.